home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Internet software / NewsWatcher / NW Source / Source / log.h < prev    next >
Text File  |  1995-03-12  |  172b  |  5 lines

  1. void OpenLogFile (void);
  2. void CloseLogFile (void);
  3. void Log (char logEntryType, unsigned long severAddr, unsigned short serverPort, 
  4.     unsigned short localPort, char *str);
  5.